home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 3
/
LSD Compendium Deluxe 3 (1995).iso
/
sys
/
archives
/
aguid343.lha
/
AmigaGuide.lha
/
AG_V34
/
InstallAmigaGuide
< prev
next >
Wrap
AmigaDOS Script File
|
1993-05-03
|
1KB
|
51 lines
.key none
.bra {
.ket }
;$VER: InstallAmigaGuide 34.5 (3.5.93)
failat 21
version >NIL: amigaguide.library 34 8
if warn
echo "Installing amigaguide.library version 34.8"
copy libs/amigaguide.library libs: clone
else
echo "Not installing amigaguide.library 34.8 because newer/same version"
echo "is already present"
endif
version >NIL: SYS:Utilities/WDisplay 34 1
if warn
echo "Installing WDisplay version 34.1"
copy utilities/WDisplay SYS:Utilities clone
copy utilities/WDisplay.info SYS:Utilities clone
else
echo "Not installing WDisplay 34.1 because newer/same version is present"
endif
version >NIL: SYS:Utilities/Amigaguide 34 4
if warn
echo "Installing Amigaguide version 34.4"
copy utilities/Amigaguide SYS:Utilities clone
copy utilities/Amigaguide.info SYS:Utilities clone
else
echo "Not installing Amigaguide 34.4 because newer/same version is present"
endif
version >NIL: s:help.guide 33 67
if warn
; This could be placed anywhere, as long as you add
; the path name to the AmigaGuide/Path environment variable.
ask "*NInstall Amigaguide s:help.guide ?"
if warn
echo "Installing help.guide 33.67 in s:"
copy s/help.guide s: clone
endif
else
echo "Not installing help.guide 33.67 because newer/same version is present"
endif
echo "Done"
wait 8